home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
401_500
/
DISK0488
/
DISK0488.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-11-12
|
1KB
|
47 lines
echo off
:
echo
echo If you have two floppy disk drives:
echo
echo - Insert your DOS disk in drive B (the right-hand or lower drive)
echo now and strike a key when ready.
echo
echo If you have one floppy disk drive, or one floppy drive and a hard
echo disk:
echo
echo - Strike a key when ready.
echo
echo - Later, whenever you are asked to "Insert diskette for
echo drive B:...", insert your DOS disk in the floppy disk drive and
echo strike a key when ready.
echo
echo - Also, whenever you are asked to "Insert diskette for
echo drive A:...", insert your Lightyear disk in the floppy disk drive
echo and strike a key when ready.
echo
pause
echo
:
:
b:
sys a:
a:
echo
copy b:command.com a:
:
:
if not exist a:command.com goto else_2
if not exist a:install.bat goto else_2
echo
echo Your Lightyear disk is now a start-up disk.
goto endif_2
:else_2
echo
echo DOS is not yet installed on your Lightyear disk--please check the
echo Reference manual section "Creating a Lightyear Start-up Disk"
echo for instructions on successfully copying DOS to your disk.
goto quit
:endif_2
:
:quit